func runtime.elideWrapperCalling
7 uses
runtime (current package)
mprof.go#L600: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
symtab.go#L157: if snext.funcID == abi.FuncIDWrapper && elideWrapperCalling(sf.funcID) {
symtab.go#L284: if funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
traceback.go#L630: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
traceback.go#L1130: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
traceback.go#L1179: func elideWrapperCalling(id abi.FuncID) bool {
tracestack.go#L321: if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)